const crypto/tls.alertDecodeError

6 uses

	crypto/tls (current package)
		alert.go#L43: 	alertDecodeError                  alert = 50
		alert.go#L79: 	alertDecodeError:                  "error decoding message",
		conn.go#L737: 			return c.in.setErrorLocked(c.sendAlert(alertDecodeError))
		handshake_client_tls13.go#L216: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L328: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L524: 		c.sendAlert(alertDecodeError)